软件工程FortranFortran 浮点数的逻辑运算Fortran 浮点数的逻辑运算! 注意浮点数的运算误差a = sqrt(b)**2 - bif (a == 0.0) ...if (abs(a) <= e) ...